[INFO] fetching crate postmark 2.0.1...
[INFO] fixing postmark-2.0.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate postmark 2.0.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate postmark 2.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate postmark 2.0.1
[INFO] tweaked toml for crates.io crate postmark 2.0.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate postmark 2.0.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate postmark 2.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded typed-builder v0.21.2
[INFO] [stderr]   Downloaded typed-builder-macro v0.21.2
[INFO] [stderr]   Downloaded httptest v0.16.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1
[INFO] running `Command { std: "docker" "start" "34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling typed-builder-macro v0.21.2
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking typed-builder v0.21.2
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking hyper v1.10.0
[INFO] [stderr]     Checking postmark v2.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking httptest v0.16.4
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/bounce/activate_bounce.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/bounce/delivery_stats.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/bounce/get_bounce.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/bounce/get_bounce_dump.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/bounce/get_bounces.rs:105:16
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/bounce/list_bounces.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/bulk/get_bulk_status.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/bulk/send_bulk.rs:120:16
[INFO] [stdout]     |
[INFO] [stdout] 120 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/data_removal/create_data_removal.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/data_removal/get_data_removal_status.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/create_domain.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/delete_domain.rs:64:16
[INFO] [stdout]    |
[INFO] [stdout] 64 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/edit_domain.rs:56:16
[INFO] [stdout]    |
[INFO] [stdout] 56 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/get_domain.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/list_domains.rs:70:16
[INFO] [stdout]    |
[INFO] [stdout] 70 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/rotate_dkim.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/verify_dkim.rs:50:16
[INFO] [stdout]    |
[INFO] [stdout] 50 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/verify_return_path.rs:50:16
[INFO] [stdout]    |
[INFO] [stdout] 50 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/domains/verify_spf.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/email/send_email.rs:166:16
[INFO] [stdout]     |
[INFO] [stdout] 166 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/email/send_email_batch.rs:33:16
[INFO] [stdout]    |
[INFO] [stdout] 33 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/email/send_email_batch_with_templates.rs:37:16
[INFO] [stdout]    |
[INFO] [stdout] 37 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/email/send_email_with_template.rs:195:16
[INFO] [stdout]     |
[INFO] [stdout] 195 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/archive_message_stream.rs:45:16
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/create_message_stream.rs:45:16
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/create_suppression.rs:46:16
[INFO] [stdout]    |
[INFO] [stdout] 46 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/delete_suppression.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/edit_message_stream.rs:52:16
[INFO] [stdout]    |
[INFO] [stdout] 52 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/get_message_stream.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/get_suppressions.rs:58:16
[INFO] [stdout]    |
[INFO] [stdout] 58 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/list_message_streams.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/message_streams/unarchive_message_stream.rs:36:16
[INFO] [stdout]    |
[INFO] [stdout] 36 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/bypass_blocked_inbound.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/inbound_details.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/inbound_search.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/message_clicks.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/message_opens.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/outbound_details.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/outbound_dump.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/outbound_search.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/retry_failed_inbound.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/single_message_clicks.rs:59:16
[INFO] [stdout]    |
[INFO] [stdout] 59 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/messages/single_message_opens.rs:59:16
[INFO] [stdout]    |
[INFO] [stdout] 59 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/create_server.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/delete_server.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/edit_server.rs:49:16
[INFO] [stdout]    |
[INFO] [stdout] 49 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/edit_server_by_id.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/get_current_server.rs:36:16
[INFO] [stdout]    |
[INFO] [stdout] 36 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/get_server.rs:43:16
[INFO] [stdout]    |
[INFO] [stdout] 43 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/server/list_servers.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/create_signature.rs:45:16
[INFO] [stdout]    |
[INFO] [stdout] 45 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/delete_signature.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/edit_signature.rs:51:16
[INFO] [stdout]    |
[INFO] [stdout] 51 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/get_signature.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/list_signatures.rs:55:16
[INFO] [stdout]    |
[INFO] [stdout] 55 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/request_new_dkim.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/resend_signature_confirmation.rs:36:16
[INFO] [stdout]    |
[INFO] [stdout] 36 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/signatures/verify_spf.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/stats/stats_outbound.rs:234:16
[INFO] [stdout]     |
[INFO] [stdout] 234 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/templates/copy_templates.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/templates/create_template.rs:117:16
[INFO] [stdout]     |
[INFO] [stdout] 117 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/templates/delete_template.rs:65:16
[INFO] [stdout]    |
[INFO] [stdout] 65 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/templates/edit_template.rs:121:16
[INFO] [stdout]     |
[INFO] [stdout] 121 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/templates/get_template.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/templates/list_templates.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/templates/validate_template.rs:76:16
[INFO] [stdout]    |
[INFO] [stdout] 76 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/triggers/create_inbound_rule_trigger.rs:34:16
[INFO] [stdout]    |
[INFO] [stdout] 34 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/triggers/delete_inbound_rule_trigger.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/triggers/list_inbound_rule_triggers.rs:63:16
[INFO] [stdout]    |
[INFO] [stdout] 63 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/webhooks/create_webhook.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/webhooks/delete_webhook.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/webhooks/edit_webhook.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]   --> src/api/webhooks/get_webhook.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]    |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `crate::reqwest`
[INFO] [stdout]    --> src/api/webhooks/list_webhooks.rs:111:16
[INFO] [stdout]     |
[INFO] [stdout] 111 |     use crate::reqwest::PostmarkClient;
[INFO] [stdout]     |                ^^^^^^^ could not find `reqwest` in the crate root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:49:9
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout]  49 | pub mod reqwest;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `postmark::reqwest`
[INFO] [stdout]   --> tests/send_email.rs:9:15
[INFO] [stdout]    |
[INFO] [stdout]  9 | use postmark::reqwest::PostmarkClient;
[INFO] [stdout]    |               ^^^^^^^ could not find `reqwest` in `postmark`
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> src/lib.rs:49:9
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[cfg(feature = "reqwest")]
[INFO] [stdout]    |       ------------------- the item is gated behind the `reqwest` feature
[INFO] [stdout] 49 | pub mod reqwest;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `postmark` (test "send_email") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `postmark` (lib test) due to 74 previous errors
[INFO] running `Command { std: "docker" "inspect" "34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1", kill_on_drop: false }`
[INFO] [stdout] 34f0727f05c7cfabf15b4f6f840bc6aa6dc398c2e170ff4c8f52bacd60dc6cd1
